runtime.spanSet.spineCap (field)
6 uses
runtime (current package)
mspanset.go#L38: spineCap uintptr // Spine array cap, accessed under lock
mspanset.go#L99: if spineLen == b.spineCap {
mspanset.go#L101: newCap := b.spineCap * 2
mspanset.go#L106: if b.spineCap != 0 {
mspanset.go#L109: memmove(newSpine, b.spine, b.spineCap*goarch.PtrSize)
mspanset.go#L113: b.spineCap = newCap
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)